home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / P_R / RISE101.ZIP / greek.say < prev    next >
Text File  |  1996-04-05  |  2KB  |  54 lines

  1. ; GREEK.SAY
  2. ; format:
  3. ; a,b,c,d,e,saying
  4. ;
  5. ; a = saying type
  6. ; special saying types:
  7. ; 0=we are allies
  8. ; 1=we will trade
  9. ; 2=you are unknown
  10. ; 3=we will not trade
  11. ; 4=we are at war
  12. ; 5=this means war (declare war)
  13. ; anything else depends on pet file
  14. ;
  15. ; b,c = old,new diplomatic state flags (same meaning as in pet file)
  16. ; d = probability (x100) of picking this expression (NOT relative, text is processed until
  17. ;     match is found)
  18. ; e = mood of response (THREAT=0,PEACE=1,FRIENDLY=2,TAUNT=3)
  19. ;
  20. ; note: saying should not be in quotes, but can be used in the text at will
  21. ; keywords that can be used in saying:
  22. ; <you>  
  23. ; <me>   
  24. ; <your_culture>
  25. ; <my_culture>
  26. ;
  27. 0,255,255,100,2,We are allies
  28. 1,255,255,100,2,The <my_culture>s will trade with the <your_culture>s
  29. 2,255,255,100,2,You are unknown to us
  30. 3,255,255,100,3,We will not trade with you
  31. 4,255,255,100,3,We are at war with you
  32. 5,255,255,100,0,This Means War!!!
  33.  
  34. ; civilian movement in our territory
  35. 6,8,8,10,0,We don't want <your_culture> people in our territory!
  36. 6,8,16,100,0,Get out of our territory!
  37.  
  38. ; military movement in our territory
  39. 7,2,2,10,0,Please get your army out of our territory!
  40. 7,2,8,100,0,Get your army out of our territory!!
  41. 7,8,8,10,0,We won't tolerate this!!!
  42. 7,8,16,100,0,That was an act of war!!!!
  43.  
  44. ; capture of our city
  45. 8,3,255,30,0,"You traitor!!!"
  46. 8,3,255,30,0,"I thought we were friends!!"
  47. 8,3,255,30,0,"Hey, what are you doing?"
  48. 8,3,8,100,0,"We will no longer tolerate these actions!!!!"
  49. 8,15,16,100,0,"That does it!!"
  50.  
  51. ; capture of ally city
  52. 9,3,255,10,0,"We must protest this attack on our allies!"
  53. 9,24,255,10,0,"We cannot tolerate this attack on our allies!"
  54.